home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
World Tours: Brazil
/
WorldTours: Brazil.iso
/
pc
/
content
/
main.dir
/
00096_Script_showKey
< prev
next >
Wrap
Text File
|
2007-04-22
|
513b
|
19 lines
global ansShowList,curQuesNum,ansList
on beginsprite
showKey()
end
on showKey
sprite(the currentspriteNum).member=member(0)
sprite(the currentspriteNum+1).member=member(0)
sprite(the currentspriteNum+2).member=member(0)
if ansList[curQuesNum]>0 then
n=ansList[curQuesNum]
if ansShowList[curQuesNum][n]=1 then
sprite(the currentspriteNum+n-1).member=member("right icon")
else
sprite(the currentspriteNum+n-1).member=member("wrong icon")
end if
end if
end